html,
body {
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  /* font-smoothing: antialiased; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #493365;
  font-weight: 600;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  color: #938e99;
  line-height: 2;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

span {
  color: #938e99;
}

/*---------------------
     Helper CSS
   -----------------------*/

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 36px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 99px;
  padding-bottom: 99px;
}

.sp-title {
  margin-bottom: 50px;
}

.sp-title img {
  margin-bottom: 25px;
}

.sp-title span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.sp-title h3,
.sp-title h4,
.sp-title h5 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 10px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}
/* .text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark span,
.text-dark li,
.text-dark a {
  color: #493365
} */
.i-fix:before {
  margin-right: -15px;
}

.gradient-bg-2,
.site-btn.sb-gradient,
.accordion-area .panel-link.active,
.site-tab-nav.nav.nav-tabs.stn-dark .nav-link.active,
.site-tab-nav.nav.nav-tabs .nav-link.active,
.course-item .ci-icon:after,
.footer-section,
.blog-item .blog-date {
  background: #5137bb6e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#715ebe6e),
    to(#fa90d66e)
  );
  background: linear-gradient(to right, #7364b06e 0%, #ffb8e76e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7364b0', endColorstr='#ffb8e7', GradientType=1);
  /* IE6-9 */
}

/*---------------------
     Commom elements
   -----------------------*/

.elements-section {
  padding-top: 99px;
}

.element {
  margin-bottom: 90px;
}

.el-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 60px;
}

/* buttons */

.site-btn {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 700;
  min-width: 185px;
  padding: 23px 40px;
  border-radius: 9px;
  text-transform: uppercase;
  background: #f7ffa0;
  color: #493365;
  line-height: normal;
  letter-spacing: 2px;
  cursor: pointer;
  text-align: center;
}

.site-btn:hover {
  color: #493365;
}

.site-btn.sb-shadow {
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.35);
  box-shadow: 0 19px 27px rgba(0, 0, 0, 0.35);
}

.site-btn.sb-gradient {
  color: #fff;
}

.site-btn.sb-dark {
  background: #bc5f7d;
  color: #fff;
}
.site-btn.sb-dark:hover {
  background: #c0496e;
  color: rgb(226, 217, 217);
}

/* Accordion */

.accordion-area .panel {
  margin-bottom: 16px;
}

.accordion-area .panel-link:after {
  content: "+";
  position: absolute;
  font-size: 15px;
  right: 26px;
  top: 0;
  line-height: 16px;
  width: 15px;
  height: 100%;
  text-align: center;
  color: #493365;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
  padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
  right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed:after {
  content: "+";
  color: #493365;
}

.accordion-area .panel-link.active:after {
  content: "-";
  color: #fff;
}

.accordion-area .panel-link.active {
  color: #fff;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
  text-align: left;
  position: relative;
  width: 100%;
  padding: 15px 65px 15px 17px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #493365;
  line-height: 1;
  cursor: pointer;
  border: none;
  border-left: 7px solid #f7ffa0;
  min-height: 48px;
  background: #f2f8f9;
}

.accordion-area .panel-body {
  padding: 75px 0 0;
}

.accordion-area .panel-body p {
  margin-bottom: 0;
}

/* Tab */

.site-tab-nav.nav.nav-tabs {
  border-bottom: none;
  display: block;
}

.site-tab-nav.nav.nav-tabs.stn-dark .nav-link {
  background: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-item {
  display: block;
  margin-bottom: 1px;
}

.site-tab-nav.nav.nav-tabs .nav-link {
  padding: 41px 40px;
  border: none;
  background: #f2f8f9;
  position: relative;
}

.site-tab-nav.nav.nav-tabs .nav-link:focus,
.site-tab-nav.nav.nav-tabs .nav-link:hover {
  border: none;
}

.site-tab-nav.nav.nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 0;
  left: 0;
  top: 0;
  background: #f7ffa0;
}

.site-tab-nav.nav.nav-tabs .nav-link.active {
  border: none;
  border-radius: 0;
}

.site-tab-nav.nav.nav-tabs .nav-link.active:after {
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.site-tab-nav.nav.nav-tabs .nav-link.active h6 {
  color: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-link.active span {
  color: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-link h6 {
  font-weight: 400;
  margin-bottom: 4px;
}

.site-tab-nav.nav.nav-tabs .nav-link span {
  font-size: 14px;
}

.site-tab-content .st-content {
  max-width: 560px;
}

.site-tab-content .st-content p {
  margin-bottom: 50px;
}

.site-tab-content .st-content ul {
  list-style: none;
}

.site-tab-content .st-content ul li {
  font-size: 14px;
  color: #938e99;
  position: relative;
  padding-left: 74px;
  margin-bottom: 41px;
}

.site-tab-content .st-content ul li:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  left: 0;
  top: calc(50% - 23px);
  background-image: url("../img/check-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
}

/* Milestones */

.milestone .ms-icon {
  width: 77px;
  height: 77px;
  font-size: 43px;
  color: #493365;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 22px;
  margin-top: 7px;
  border-radius: 50%;
  background: #f7ffa0;
}

.milestone .ms-text {
  overflow: hidden;
}

.milestone .ms-text h2 {
  font-size: 72px;
  font-weight: 400;
}

.milestone .ms-text p {
  margin-bottom: 0;
  line-height: normal;
}

/* Circle progress */

.circle-progress {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.circle-progress canvas {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle-progress .progress-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -38px;
}

.circle-progress .progress-info h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 1px;
}

.circle-progress .progress-info p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

/*--------------------- 
    Registration section

-----------------------*/
.registration-section{
  border:rgb(90, 34, 95) solid;
  width:60%;
  margin-right:auto;
  margin-left:auto;
  background-color:white;
  position:fixed;
  top:35%;
  left:-100%;
  z-index:2;
}
.registration-section.active{
  left:20%;
}
.registration-section span{
  color:red
}
.registration-section em{
  color: #673ab7
}
.closeRegisterBtn{
  position: absolute;
  top:10px;
  right:10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .registration-section.active{
    width:90%;
    top:30%;
    left:5%;
  }
}

/*------------------
     Header section
   
     ---------------------*/

.site-logo {
  font-family: "Amatic SC", cursive;
  font-size: 80px;
  font-weight: 900;
  color: rgb(255, 255, 255) !important;
}
.header-section {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 21px 51px;
  z-index: 99;
}

.header-socil-links {
  float: right;
  padding-top: 10px;
}

.header-socil-links a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
}

.header-socil-links a:first-child {
  margin-left: 0;
}

.slicknav_menu {
  display: none;
}

.main-menu {
  list-style: none;
  float: right;
}

.main-menu li {
  display: inline-block;
  margin-right: 40px;
}

.main-menu li a {
  display: block;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu li a h2{
  color: #dacfad;
}
.main-menu li a:hover {
  color: #ffe014;
}

.main-menu li.active a {
  color: #f7ffa0;
}

.main-menu li.active a:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  left: calc(50% - 8px);
  bottom: -13px;
  background: #f7ffa0;
  border-radius: 50%;
}

/* ----------------
     Hero section
   ---------------------*/

.hero-section {
  height: 900px;
  overflow: hidden;
}

.hero-content-warp {
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.hero-content {
  position: relative;
  max-width: 710px;
  padding-top: 180px;
  left: -90px;
}

.hero-content img {
  margin-bottom: 10px;
  margin-top: 10px;
}

.hero-content h2 {
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
}

.hero-content h2 span {
  color: #f7ffa0;
  font-weight: 700;
}

.hero-content p {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #fff;
}
.hero-content p span{
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #f7ffa0;
}

.hero-img {
  position: absolute;
  right: -150px;
  bottom: 80px;
}

/* ----------------
    About Section
   ---------------------*/

.about-section {
  margin-top: 5vh;
}
.about-section div {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 30px;
}
.about-img {
  max-height: 300px;
}
.about-section p {
  color: rgb(22, 22, 22);
  font-size: 1em;
}

/* -------------------
    Meditation section
   ----------------------*/

.meditation-section {
  position: relative;
  margin-top: -100px;
  padding-top: 360px;
  padding-bottom: 205px;
}

.meditation-content {
  max-width: 615px;
}

.meditation-content p {
  color: #fff;
  margin-bottom: 50px;
}

.meditation-img {
  position: absolute;
  right: 0;
  bottom: 27px;
}

/* ----------------
    Courses Section
   ---------------------*/

.courses-section {
  margin-top: 20vh;
  margin-bottom: 0vh;
}

.course-item {
  text-align: center;
  cursor: pointer;
}

.course-item .ci-icon {
  width: 205px;
  height: 205px;
  background: #f7ffa0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 45px;
  position: relative;
  color: #493365;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.course-item .ci-icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.course-item .ci-icon img {
  width: 150px;
  position: relative;
  transition: transform 0.4s, z-index 0.4s;
}

/* .course-item .ci-icon #wings-pin {
  max-width: 200px;
} */
.course-item span {
  font-size: 12px;
  text-transform: uppercase;
  color: #7f7987;
}

.course-item h4 {
  font-weight: 700;
  padding-top: 15px;
  margin-bottom: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.course-item p {
  margin-bottom: 0;
}

.course-item:hover .ci-icon {
  color: #fff;
  background: transparent;
}

.course-item:hover .ci-icon img {
  z-index: 1;
  transform: scale(1.6);
  transition: transform 0.4s, z-index 0.4s;
}

.course-item:hover .ci-icon:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.knowMore{
  background: #bc5f7d;
  color: #fff;
  width:100%;
  margin-right: auto;
  margin-left: auto;
  margin-top:10px;
  padding: 10px 15px;
  border-radius:5px;
  text-decoration: none;
} 
.knowMore:hover {
  background: #be4d71;
  color: rgb(228, 228, 228);
}
   /*----------------
    Service info section
   ---------------------*/
    .reiki-hero-section{
      height: 550px;
      overflow: hidden
    }
   .service-info-section {
    margin-top: 0px;
    margin-bottom: 150px;
  }
  #serviceInfo p{
      margin-top:0px;
      font-size: medium;
      color: rgb(29, 29, 29)
  }
  #registerBtn{
    background: #bc5f7d;
    color: #fff;
    position: relative;
    width:fit-content;
    top:20px;
    left:80%;
    padding: 10px 15px;
    border-radius:5px;
    text-decoration: none;
    cursor: pointer;
  } 
  #registerBtn:hover {
    background: #be4d71;
    color: rgb(228, 228, 228);
  }
/* ----------------
    Timetable section
   ---------------------*/

.timetable-box {
  background: #f7ffa0;
  padding: 70px 70px 90px;
}

.timetable-box ul {
  list-style: none;
  padding-top: 15px;
}

.timetable-box ul li {
  font-size: 14px;
  color: #493365;
  margin-bottom: 26px;
}

.timetable-box ul li:last-child {
  margin-bottom: 0;
}

.timetable-box ul li span {
  color: #493365;
  width: 180px;
  display: inline-block;
}

.timetable-text {
  padding-top: 60px;
}

.timetable-text .site-progress-bars {
  padding-top: 30px;
}

.site-progress-bars .progress-item {
  margin-bottom: 22px;
}

.site-progress-bars .progress-item p {
  margin-bottom: 0;
  line-height: normal;
  padding-top: 15px;
}

.site-progress-bars .progress {
  height: 4px;
  background: #f5f8fb;
  overflow: visible;
}

.site-progress-bars .progress .progress-bar {
  position: relative;
  background: #7364b0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7364b0),
    to(#ffb8e7)
  );
  background: linear-gradient(to right, #7364b0 0%, #ffb8e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7364b0', endColorstr='#ffb8e7', GradientType=1);
  /* IE6-9 */
}

.site-progress-bars .progress .progress-bar span {
  position: absolute;
  right: 0;
  bottom: -35px;
  font-size: 14px;
}

/* --------------------
    Testimonial Section
   ------------------------*/

.testimonial-section {
  position: relative;
  min-height: 500px;
  background-color:rgba(228, 228, 228, 0.5);
  box-shadow: 0px -0.5px 20px 1px rgba(175, 175, 175, 0.5);
  
  /* border:solid red; */
}
.testimonial-content>img{
  position: absolute;
  height:230px;
  width:230px;
  border-radius: 50%;
  box-shadow: 1px 0px 10px 0.5px rgb(68, 68, 68);
}
.testimonial-img-1 {
  left: -220px;
  top:20px;
}

.testimonial-img-2 {
  right: -220px;
  top: 40px;
}

.testimonial-content {
  text-align: left;
  padding: 0 20px;
  /* border: black solid; */
}
.testimonial-content-1{
  margin-top:20px;
}

.testimonial-content p {
  margin-bottom: 45px;
  color: rgb(0, 0, 0);
}

.testimonial-content h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(68, 68, 68);
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonial-content span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #95a021;
  letter-spacing: 2px;
}

/* ----------------
    Contact Section
   ---------------------*/

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section p{
  font-size: 14px;
}

.trainer-detail{
  background-color: rgba(255, 255, 255, 0.274); 
  /* width:100%; */
  height: fit-content;
  padding: 55px 130px 55px;
  margin: 45px 0px;
  position: relative;
}

.trainer-detail img{
  width:280px;
  height: 360px;
  border: 0.5px rgb(255, 255, 255) solid;
  padding: 2px;
  border-radius: 10px;
  position: relative; 
}


.contact-box {
  padding: 100px 130px 30px;
}

/* ----------------
    Footer section
   ---------------------*/

.footer-section {
  padding: 24px 0;
  /* box-shadow: 0px -2px 5px 0px rgb(188, 188, 197); */
}

.footer-section p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-section p img {
  margin-right: 18px;
}

/* ----------------
    Other pages
   ---------------------*/

.page-info-section {
  height: 538px;
  padding-top: 205px;
  position: relative;
}

.page-info-section .page-info-img {
  position: absolute;
  left: 0;
  top: 175px;
}

.page-info-section h2 {
  font-size: 72px;
  font-weight: 400;
  color: #fff;
}

.site-breadcrumb {
  color: #fff;
}

.site-breadcrumb a {
  color: #fff;
  font-size: 14px;
}

.site-breadcrumb span {
  color: #f7ffa0;
}

/* ----------------
    About page
   ---------------------*/

.about-section {
  padding-top: 95px;
  padding-bottom: 98px;
}

.about-text p {
  margin-bottom: 40px;
}

.ap-course-section {
  padding-bottom: 90px;
}

.ap-course-item .ci-icon {
  float: left;
  width: 97px;
}

.ap-course-item .ci-icon img {
  max-width: 77px;
}

.ap-course-item .ci-icon i {
  font-size: 77px;
  color: #f7ffa0;
}

.ap-course-item .ci-content {
  overflow: hidden;
  padding-top: 20px;
}

.ap-course-item .ci-content span {
  font-size: 12px;
  text-transform: uppercase;
  color: #7f7987;
}

.ap-course-item .ci-content h4 {
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ap-course-item .ci-content p {
  margin-bottom: 0;
}

.appointment-section {
  padding-top: 126px;
  padding-bottom: 117px;
}

.appointment-text {
  max-width: 590px;
  padding-top: 15px;
  position: relative;
  left: 120px;
}

.appointment-text span {
  font-size: 12px;
  text-transform: uppercase;
}

.appointment-text h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 40px;
}

.appointment-text p {
  margin-bottom: 0;
}

.appointment-img {
  text-align: right;
}

.ap-timetable-title {
  background: #f7ffa0;
  text-align: center;
  padding: 51px 0;
}

.ap-timetable-title h4 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

.timetable-item {
  text-align: center;
  padding: 33px 15px;
}

.timetable-item:nth-child(2n) {
  background: #f2f8f9;
}

.timetable-item i {
  font-size: 51px;
  color: #a1b4b7;
  margin-bottom: 15px;
}

.timetable-item img {
  margin-bottom: 15px;
}

.timetable-item span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.timetable-item h5 {
  padding: 14px 0 5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.timetable-item p {
  margin-bottom: 0;
}


/* ----------------
    Contact Page
   ---------------------*/

.contact-page-section {
  padding: 99px 0;
}

.contact-text p {
  margin-bottom: 80px;
}

.contact-text h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.contact-text ul {
  list-style: none;
}

.contact-text ul li {
  font-size: 14px;
  color: #f0f0f0;
  margin-bottom: 10px;
}

.contact-form {
  padding-top: 23px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 51px;
  padding: 0 19px;
  margin-bottom: 18px;
  font-size: 14px;
  border: none;
  background: #f2f8f9;
}

.contact-form textarea {
  height: 199px;
  padding: 18px 19px;
  margin-bottom: 43px;
}

.contact-form .site-btn {
  min-width: 185px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.map-section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.map-section .container {
  position: relative;
  z-index: 9;
}

.map-section iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* ----------------
    Responsive
   ---------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}

@media (max-width: 1610px) {
  .page-info-section .page-info-img {
    display: none;
  }
}

@media (max-width: 1420px) {
  .meditation-img {
    max-width: 1050px;
  }
  .feature-tab-section .feature-icon {
    right: 0;
  }
}

@media (max-width: 1350px) {
  .hero-content {
    left: 0;
  }
  .meditation-img {
    max-width: 1050px;
  }
  .testimonial-content>img{
    position: relative;
    margin-bottom: 30px;

  }
  .testimonial-content-1{
    margin-top:60px;
    /* border:red solid; */
  }
  .testimonial-img-1{
    left:20%;
    top:0;
  }
  .testimonial-img-2{
    margin-top:60px;
    left:20%;
    top:0;
  }
  .page-info-section {
    background-position: left 10% top;
  }
  .appointment-text {
    left: 0;
  }
  .contact-box {
    padding: 135px 60px 160px;
  }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-section {
    padding: 21px 20px;
  }
  .main-menu li {
    margin-right: 25px;
  }
  .hero-section {
    background-position: left 40% top;
  }
  .hero-img {
    max-width: 400px;
    right: -70px;
  }
  .meditation-img {
    max-width: 750px;
    bottom: 100px;
  }
  .timetable-box {
    padding: 60px 40px 80px;
  }
  .timetable-box ul li span {
    width: 140px;
  }
  .contact-box {
    padding: 130px 25px 150px;
  }
  .feature-tab-section .feature-icon {
    display: none;
  }
  .pricing-plan {
    padding: 55px 35px 50px;
  }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-section {
    padding: 21px 15px;
  }
  .main-menu li {
    margin-right: 5px;
  }
  .header-socil-links a {
    margin-left: 10px;
  }
  .hero-section {
    background-position: top left 10%;
  }
  .hero-content h2 {
    font-size: 60px;
  }
  .hero-img,
  .meditation-img,
  .testimonial-img-1,
  .testimonial-img-2 {
    display: none;
  }
  .contact-box {
    padding: 135px 0 160px;
    max-width: 650px;
    margin: 0 auto;
  }
  .about-text {
    padding-top: 50px;
  }
  .ap-course-item .ci-icon {
    width: 55px;
  }
  .ap-course-item .ci-icon i {
    font-size: 40px;
  }
  .appointment-img {
    text-align: left;
    margin-bottom: 50px;
  }
  .site-tab-nav.nav.nav-tabs {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .site-tab-nav.nav.nav-tabs .nav-item {
    float: left;
    width: 50%;
  }
  .feature-tab-section .feature-icon {
    display: none;
  }
  .pricing-plan {
    margin-bottom: 50px;
  }
  .sidebar {
    padding-top: 80px;
  }
  .map-section {
    padding-top: 0;
  }
  .map-section iframe {
    position: relative;
    height: 600px;
    margin-bottom: 50px;
  }
  .milestone {
    margin-bottom: 40px;
  }
  .accordion-area {
    margin-bottom: 50px;
  }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .header-section {
    padding: 21px 15px;
  }
  .main-menu {
    display: none;
  }
  .header-section {
    text-align: center;
  }
  .header-socil-links {
    float: none;
  }
  .slicknav_menu {
    text-align: left;
    background: transparent;
    display: block;
  }
  .slicknav_nav {
    border-radius: 9px;
    background: #1b1c2e;
    padding: 13px 0;
    margin-top: 11px;
  }
  .slicknav_nav li.active a {
    border-radius: 6px;
    color: #f7ffa0;
  }
  .slicknav_btn {
    background-color: #393a52;
    padding: 9px 10px;
    display: block;
    margin: 0 auto;
    width: 39px;
    float: none;
  }
  .slicknav_menu .slicknav_no-text {
    float: none;
  }
  .hero-section {
    background-position: top left 10%;
  }
  .hero-content h2 {
    font-size: 45px;
  }

  .hero-img{
    /* z-index:0; */
    opacity:0.2;
    right:0px;
    bottom:20px;
  }
  .meditation-img,
  .meditation-section {
    margin-top: -270px;
  }
  .trainer-detail{
    padding: 105px 10px 100px 19px;
  }
  .contact-box {
    padding: 135px 0 160px;
    max-width: 650px;
    margin: 0 auto;
  }
  .course-item {
    margin-bottom: 40px;
  }
  .about-text {
    padding-top: 50px;
  }
  .appointment-img {
    text-align: center;
    margin-bottom: 50px;
  }
  .appointment-text h2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .site-tab-nav.nav.nav-tabs {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .site-tab-nav.nav.nav-tabs .nav-link {
    padding: 41px 25px;
  }
  .site-tab-nav.nav.nav-tabs .nav-item {
    float: left;
    width: 50%;
  }
  .feature-tab-section .feature-icon {
    display: none;
  }
  .pricing-plan {
    margin-bottom: 50px;
  }
  .sidebar {
    padding-top: 80px;
  }
  .map-section {
    padding-top: 0;
  }
  .map-section iframe {
    position: relative;
    height: 600px;
    margin-bottom: 50px;
  }
  .milestone {
    margin-bottom: 40px;
  }
  .accordion-area {
    margin-bottom: 50px;
  }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
  .timetable-box {
    padding: 70px 30px 90px;
  }
  .timetable-box ul li span {
    width: 100px;
  }
  .page-info-section h2 {
    font-size: 60px;
  }
  .site-tab-nav.nav.nav-tabs .nav-item {
    float: none;
    width: 100%;
  }
}
